adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Describe Class / GetSecurityPermissionList Method / GetSecurityPermissionList(IEnumerable<Int32>,String) Method
The list of permissions to return names for.
The key name (from ArcanaDevelopment.adTempus.Client.ObjectBase.ClassKeyName) of the secured class. For some permissions, the display name may be different depending on the class.


In This Topic
    GetSecurityPermissionList(IEnumerable<Int32>,String) Method
    In This Topic
    Gets a comma-separated list of permission names
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetSecurityPermissionList( _
       ByVal permissions As IEnumerable(Of Integer), _
       Optional ByVal classKeyName As String _
    ) As String
    public static string GetSecurityPermissionList( 
       IEnumerable<int> permissions,
       string classKeyName
    )
    public:
    static String^ GetSecurityPermissionList( 
       IEnumerable<int>^ permissions,
       String^ classKeyName
    ) 

    Parameters

    permissions
    The list of permissions to return names for.
    classKeyName
    The key name (from ArcanaDevelopment.adTempus.Client.ObjectBase.ClassKeyName) of the secured class. For some permissions, the display name may be different depending on the class.

    Return Value

    The display name for the permission.
    See Also